projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a47816
)
(vhdl-reset-active-high, vhdl-clock-rising-edge): Improve previous doc
author
Glenn Morris
<rgm@gnu.org>
Sat, 11 Nov 2006 04:02:58 +0000
(
04:02
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 11 Nov 2006 04:02:58 +0000
(
04:02
+0000)
fixes.
lisp/progmodes/vhdl-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/vhdl-mode.el
b/lisp/progmodes/vhdl-mode.el
index b8399bfafb05a4cc7cfbe0a5a60ec3860f6bf5d4..60c3e1c314477c9740cf4ce35c8e46aed749ad64 100644
(file)
--- a/
lisp/progmodes/vhdl-mode.el
+++ b/
lisp/progmodes/vhdl-mode.el
@@
-1023,13
+1023,13
@@
NOTE: Activate the new setting in a VHDL buffer by using the menu entry
(defcustom vhdl-reset-active-high nil
"*Non-nil means reset in sequential processes is active high.
-
nil mean
s active low."
+
Otherwise, reset i
s active low."
:type 'boolean
:group 'vhdl-sequential-process)
(defcustom vhdl-clock-rising-edge t
"*Non-nil means rising edge of clock triggers sequential processes.
-
nil means falling edge
."
+
Otherwise, falling edge triggers
."
:type 'boolean
:group 'vhdl-sequential-process)